projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e968ae7
)
(url-generic-parse-url): Use with-temp-buffer.
author
Magnus Henoch
<mange@freemail.hu>
Wed, 15 Nov 2006 23:14:39 +0000
(23:14 +0000)
committer
Magnus Henoch
<mange@freemail.hu>
Wed, 15 Nov 2006 23:14:39 +0000
(23:14 +0000)
lisp/url/url-parse.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-parse.el
b/lisp/url/url-parse.el
index 2e4fc8a9f2732f28eb7dcab4219ca5de77275361..bda303697fb937c535f6fd6c5c4aba13511287c7 100644
(file)
--- a/
lisp/url/url-parse.el
+++ b/
lisp/url/url-parse.el
@@
-135,8
+135,7
@@
Format is:
(url-set-full retval nil)
retval))
(t
- (save-excursion
- (set-buffer (get-buffer-create " *urlparse*"))
+ (with-temp-buffer
(set-syntax-table url-parse-syntax-table)
(let ((save-pos nil)
(prot nil)